'宣言 Public Overloads Shared Function GroupAsync(Of T As Class)( _ ByVal collectionView As ICollectionView(Of T), _ ByVal ParamArray fields() As System.String _ ) As System.Threading.Tasks.Task
public static System.Threading.Tasks.Task GroupAsync<T>( ICollectionView<T> collectionView, params System.string[] fields ) where T: class
パラメータ
- collectionView
- The collection view.
- fields
- The fields.
型パラメータ
- T